home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / moebius.swf / scripts / DefineButton2_53 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  103b  |  8 lines

  1. on(release){
  2.    tellTarget("../")
  3.    {
  4.       gotoAndStop("tis_get_ready");
  5.       play();
  6.    }
  7. }
  8.